package
{
import mx.resources.ResourceBundle;
public class en_US$EULA_properties extends ResourceBundle
{
public function en_US$EULA_properties()
{
super("en_US","EULA");
}
override protected function getContent() : Object
{
return {
"btnQuit":"Quit",
"msgEulaNoteApp":"This application uses Adobe AIR, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
"msgEulaNote":"This installer will setup Adobe AIR, software that enables web-connected desktop applications. Please review and agree to the license agreement to continue.",
"titleAirRequired":"Adobe® AIR™ (required component)",
"btnIAgree":"I Agree",
"btnCancel":"Cancel",
"lblEulaNote":"The application you launched uses Adobe AIR, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
"titleLicenseAgreement":"License Agreement",
"lblAgreementNote":"By clicking the \"I Agree\" button I acknowledge that I have read and accept the terms of the above agreement.",
"eulaVarName":"eulaText_en_US",
"titleSetup":"Installer Setup"
};
}
}
}